CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vq C

搜索资源列表

  1. k_algorithm

    0下载:
  2. K-均值算法的c语言实现,他是一种基于样本间相似性度量的间接聚类方法。-K-means is a VQ method based on the similarity of the samples. This is a C language source code for K-means algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1874
    • 提供者:阿波
  1. Gvqprog

    0下载:
  2. An old source code. It contains C source code for training vector quantization (VQ) codebook. Three algorithms, GVQ [1], LBG [2] and LVQ [3] have been implemented
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:2448525
    • 提供者:站长
  1. VQ方法做的说话人辨识vq

    0下载:
  2. 利用矢量量化(VQ)的方法实现的说话人辨认的程序,有兴趣者可以把它转换为C的-vector quantization (VQ) method to identify the Speaker of the proceedings, interested persons can transform it to C
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:5396
    • 提供者:陈建文
  1. VQ-DHMM

    2下载:
  2. 语音识别配套的VQ及DHMM模型训练程序,C语言,已经定点化,可直接移植到8位MCU或16位DSP中。与目前市面的语音识别玩具的算法基本一致,非常实用,仅供大家参考,别去抢人家饭碗才好。-speech recognition and matching VQ DHMM model training procedures, C language, has been positioned, can be directly transplanted to eight 16-bit MCU or DSP.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:6388892
    • 提供者:xubin
  1. 2chapter4

    0下载:
  2. 距離式VQ的C程式,希望對大家有幫助-distance VQ-C program, we hope to help
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1946
    • 提供者:akino
  1. indices_08_19_96.tar

    0下载:
  2. 这是TSVQ的经典实现,在Linux下可以运行。TSVQ是一种高效的压缩和解压缩的方法,基于二叉树的结构来实现,比一般的VQ要好得多。 关键代码是mem_tsvqe.c 利用TSVQ实现对原始数据的编码压缩。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:32075
    • 提供者:郑中阳
  1. lbg

    0下载:
  2. 矢量量化聚类程序,c++编写,已调试通过,内附说明文档。-VQ clustering procedure, c preparation, testing, documentation attached.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:3803
    • 提供者:赵姝彦
  1. wavcvt_tree

    0下载:
  2. VQ 矢量量化算法压缩 wav 音频,Tree 树搜索模式,不使用任何其他函数库。-VQ VQ wav audio compression algorithm, Tree tree search mode, do not use any other library.
  3. 所属分类:Audio program

    • 发布日期:2017-04-03
    • 文件大小:278266
    • 提供者:
  1. lbg

    0下载:
  2. 矢量量化lbg算法的c语言实现。对训练序列实时N维矢量量化。适用于语音信号处理。-VQ lbg algorithm c language. Real-time vector quantization of the training sequence.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:2045
    • 提供者:liuqingfeng
  1. Speaker-Recognition-cPP

    0下载:
  2. 说话人识别系统 在c++下实现 vq算法 mf-Speaker recognition system in c++ to achieve vq algorithm mfcc
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-09
    • 文件大小:1507656
    • 提供者:樊海佩
  1. introducethemodelandalgorithm

    0下载:
  2. BP神经网络的C语言实现 BP神经网络解决异或问题 HMM的C语言实现 矢量量化的C语言实现 -BP neural network to achieve the C language BP neural network to solve XOR problem of HMM VQ C language realization of the C language used to
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:103964
    • 提供者:wufen
  1. VQ

    0下载:
  2. 利用C语言实现矢量量化算法,对数据进行聚类。-Using C language vector quantization algorithm, the data clustering.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:2907
    • 提供者:刘本
  1. LBGVQ_wgy

    0下载:
  2. LBG矢量量化C/C++语言实现(可执行) LBG是经典的矢量量化算法,通过对训练集的分析,生成适量量化使用的码本。 实现过程简单明了,就一个CPP文件。-LBG VQ C/C++ language (executable) LBG is a classic vector quantization algorithm, the analysis of the training set to generate code used to quantify the amount. Imp
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:4172
    • 提供者:张三平
  1. LBG

    0下载:
  2. Codebook design process for Vector Quantization (VQ) using the LBG algorithm for dev c
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:2036
    • 提供者:tony
  1. VQ

    0下载:
  2. LBG.c // 編碼本訓練程式,利用四張測試影像、prog.c // 影像壓縮解壓縮,利用 full search 、prog-dta.c // 影像壓縮解壓縮,prog-dta.c // 影像壓縮解壓縮,利用 double test algorithm (dta) 、prog-lut.c // 影像壓縮解壓縮,利用 lookup table (lut) 、prog-mps.c // 影像壓縮解壓縮,利用 mean-distance-ordered partial serach codeboo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:9779
    • 提供者:tony
  1. VQ-BY-DEV-C

    0下载:
  2. This is universal codebook generator with LBG algorithm by DVE C.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-28
    • 文件大小:10003
    • 提供者:tony
  1. VecterInC

    0下载:
  2. 矢量量化的C语言实现。封装矢量量化的相关函数,可作为库直接调用。-VQ C language. The correlation function of vector quantization package can be called directly as a library.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:2856
    • 提供者:阿瑟
  1. VQ-BY-DEV-C

    0下载:
  2. This is universal codebook generator with LBG algorithm by DVE C.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:10048
    • 提供者:eofper
  1. VQ

    0下载:
  2. program c++ for vector quantization use k-means
  3. 所属分类:Printing program

    • 发布日期:2017-04-12
    • 文件大小:1524
    • 提供者:truong sen
  1. LBG_VQ-master

    0下载:
  2. LBG-VQ c++ 和 matlab 程序代码(LBG-VQ, c++, and matlab program code)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:5591040
    • 提供者:lifavor
« 12 »
搜珍网 www.dssz.com